projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed667af
)
(clean): Don't delete *~.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 20 Jul 2007 19:45:02 +0000
(19:45 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 20 Jul 2007 19:45:02 +0000
(19:45 +0000)
lib-src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/lib-src/makefile.w32-in
b/lib-src/makefile.w32-in
index 953fa7ae6bee158bd812dcaba46f60c246be24e4..b552160c759189d6b0e6c41fbb74019dc3836279 100644
(file)
--- a/
lib-src/makefile.w32-in
+++ b/
lib-src/makefile.w32-in
@@
-324,8
+324,10
@@
install: $(INSTALL_FILES)
#
# Maintenance
#
+# We used to delete *~ here, but that might inadvertently remove
+# precious files if it happens to match their short 8+3 aliases.
clean:
- - $(DEL)
*~
DOC* $(COMPILER_TEMP_FILES)
+ - $(DEL) DOC* $(COMPILER_TEMP_FILES)
- $(DEL) ctags.c
- $(DEL) getopt.h
- $(DEL_TREE) $(OBJDIR)